internal/concurrent.node.isEntry (field)
11 uses
internal/concurrent (current package)
hashtriemap.go#L60: if n.isEntry {
hashtriemap.go#L92: if n.isEntry {
hashtriemap.go#L111: if (n == nil || n.isEntry) && !i.dead.Load() {
hashtriemap.go#L204: if n.isEntry {
hashtriemap.go#L229: if n.isEntry {
hashtriemap.go#L290: if !n.isEntry {
hashtriemap.go#L327: return &indirect[K, V]{node: node[K, V]{isEntry: false}, parent: parent}
hashtriemap.go#L350: node: node[K, V]{isEntry: true},
hashtriemap.go#L393: isEntry bool
hashtriemap.go#L397: if !n.isEntry {
hashtriemap.go#L404: if n.isEntry {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |